Skip to main content

SHA256

The SHA256 Module for the addon API!


Functions

encode

sm.scrapcomputers.sha256.encode( str )

Encodes a string to be SHA256.

Arguments:

  • str [ string ] The string to convert to SHA256.

Returns:

  • [ string ] The hashed string.

random

sm.scrapcomputers.sha256.random()

Returns a random SHA256.

Returns:

  • [ string ] The randomly generated SHA256.